Platform Explorer / Nuxeo Platform 2023.10

Operation Document.ARenderGetBlob (Get the blob for ARender)

Description

Get the blob for ARender visualisation
Operation id Document.ARenderGetBlob
Category Document
Label Get the blob for ARender
Requires
Since

Parameters

Name Description Type Required Default value
blobXPath string no file:content 

Signature

Inputs document
Outputs blob

Implementation Information

Implementation Class Class: com.nuxeo.ecm.arender.core.ARenderGetBlob
Contributing Component com.nuxeo.ecm.arender.low.resolution

JSON Definition

{
  "id" : "Document.ARenderGetBlob",
  "label" : "Get the blob for ARender",
  "category" : "Document",
  "requires" : null,
  "description" : "Get the blob for ARender visualisation",
  "url" : "Document.ARenderGetBlob",
  "signature" : [ "document", "blob" ],
  "params" : [ {
    "name" : "blobXPath",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ "file:content" ]
  } ]
}